Dynomotion

Group: DynoMotion Message: 8729 From: ricochetproducts Date: 11/26/2013
Subject: Feed & Speed Override
Hi Tom,  I would imagine this has been covered in the past but I can't seem to find it.

I want to be able to adjust the feed & speed (software) sliders with a pot on the pendant.
Has or can this be done?  Are there any sample files?

Thanks
Group: DynoMotion Message: 8736 From: Tom Kerekes Date: 11/26/2013
Subject: Re: Feed & Speed Override
Hi Steve,

How were you expecting it to work with both the screen and pot setting the overides?

See the SetFROwithPot.c example.

Regards
TK


Group: DynoMotion Message: 8739 From: Steve Klemp Date: 11/27/2013
Subject: Re: Feed & Speed Override
Hi Tom, I would rather have the (remote) pot controls. I am not interested in adjusting the overrides on the screen. I only want the screen sliders for visual confirmation.
Thanks

Sent from Yahoo Mail for iPhone

Group: DynoMotion Message: 8741 From: Tom Kerekes Date: 11/27/2013
Subject: Re: Feed & Speed Override
Hi Steve,

ok, please try the example.

Regards
TK

Group: DynoMotion Message: 8744 From: Steve Klemp Date: 11/27/2013
Subject: Re: Feed & Speed Override
Thanks Tom, I will give it a try

.... Steve

Sent from Yahoo Mail for iPhone

Group: DynoMotion Message: 8839 From: ricochetproducts Date: 1/1/2014
Subject: Re: Feed & Speed Override

Hi Tom,  I have the FRO pot working as expected, Thank You!


How do I get the Speed rate Pot to work,  Do you have an example?


Regards,  Steve

Group: DynoMotion Message: 8841 From: Tom Kerekes Date: 1/1/2014
Subject: Re: Feed & Speed Override
Hi Steve,

I couldn't find an example.  I changed FRO to SSO in the example.  See attached.  And changed to use ADC1 instead of ADC0.

Please try it.

If it works we can merge them together.

Regards
TK


Group: DynoMotion Message: 8855 From: ricochetproducts Date: 1/4/2014
Subject: Re: Feed & Speed Override

Hi Tom,  The SSO  &  FRO both work fine.  can you please merge them for me.

Thanks Again for your help!

Group: DynoMotion Message: 8856 From: Tom Kerekes Date: 1/4/2014
Subject: Re: Feed & Speed Override
Hi Steve,

If you have any changes to SSO or FRO programs then post the files with your changes.

The two functions should be called from a loop at the end of your main Initialization C Program.  Post your current Initialization C program and I will merge the 3 of the together.

Regards
TK


Group: DynoMotion Message: 8859 From: Steve Klemp Date: 1/4/2014
Subject: Re: Feed & Speed Override
Attachments :
    I am sending the three files here. I also included 2 button programs, Do these also need to run at the end of the main Initialization or from a thread.   I am not clear on the use of thread files or how to execute them, Are they like subroutines or do they stand alone?
    Sorry for all the questions.....
     
    .....Steve
                
     


    On Saturday, January 4, 2014 12:58 PM, Tom Kerekes <tk@...> wrote:
     
    Hi Steve,

    If you have any changes to SSO or FRO programs then post the files with your changes.

    The two functions should be called from a loop at the end of your main Initialization C Program.  Post your current Initialization C program and I will merge the 3 of the together.

    Regards
    TK


    Group: DynoMotion Message: 8860 From: ricochetproducts Date: 1/4/2014
    Subject: Re: Feed & Speed Override

    Hi Tom,  I don't see the files here.  I uploaded them in "Files" Ricochetproducts Aciera Mill

    Group: DynoMotion Message: 8861 From: Tom Kerekes Date: 1/4/2014
    Subject: Re: Feed & Speed Override
    Hi Steve,

    The file Aciera init.c has numerous errors.  It won't even compile.
    the main() function is defined twice, "xxx" where bit numbers should be, missing closing brackets, etc...

    Did you send the correct file?  How were you initializing your system?

    Regards
    TK



    Group: DynoMotion Message: 8862 From: Steve Klemp Date: 1/4/2014
    Subject: Re: Feed & Speed Override
    Hi Tom,  Sorry, I did send the wrong .init file.  Sorry
    Here is the correct file
     
    .....Steve
                
     


    On Saturday, January 4, 2014 6:06 PM, Tom Kerekes <tk@...> wrote:
     
    Hi Steve,

    The file Aciera init.c has numerous errors.  It won't even compile.
    the main() function is defined twice, "xxx" where bit numbers should be, missing closing brackets, etc...

    Did you send the correct file?  How were you initializing your system?

    Regards
    TK



    Group: DynoMotion Message: 8863 From: Tom Kerekes Date: 1/4/2014
    Subject: Re: Feed & Speed Override [1 Attachment]
    Hi Steve,

    I combined into a forever loop your 4 requirements:

    #1 SSO
    #2 FRO
    #3 Coolant Momentary button
    #4 Tool Change Momentary button

    See attached:

    There seemed to be two bugs in the code you sent me.

    There was a missing ClearBit(151) in AcieraCoolant Button.c
    And the coordinate system was never defined to be x,y,z
    I corrected both of those.

    Regards
    TK

    Group: DynoMotion Message: 8864 From: Tom Kerekes Date: 1/4/2014
    Subject: Re: Feed & Speed Override [1 Attachment]
    Hi Steve,

    I combined into a forever loop your 4 requirements:

    #1 SSO
    #2 FRO
    #3 Coolant Momentary button
    #4 Tool Change Momentary button

    See attached:

    There seemed to be two bugs in the code you sent me.

    There was a missing ClearBit(151) in AcieraCoolant Button.c
    And the coordinate system was never defined to be x,y,z
    I corrected both of those.

    Regards
    TK

    Group: DynoMotion Message: 8865 From: ricochetproducts Date: 1/4/2014
    Subject: Re: Feed & Speed Override [1 Attachment]

    Hi Tom,   

     I will give it a try in the morning.


    Thank You!

    Steve

    Group: DynoMotion Message: 8867 From: Steve Klemp Date: 1/5/2014
    Subject: Re: Feed & Speed Override
    Hi Tom,  File works Great!  Thanks
     
    .....Steve
                
     


    On Saturday, January 4, 2014 8:38 PM, "steveklemp@..." <steveklemp@...> wrote:
     
    Hi Tom,   
     I will give it a try in the morning.

    Thank You!
    Steve